func runtime.globrunqputbatch
7 uses
runtime (current package)
mgc.go#L1377: globrunqputbatch(&drainQ, int32(n))
proc.go#L3525: globrunqputbatch(&q, int32(qsize))
proc.go#L3540: globrunqputbatch(&globq, int32(n))
proc.go#L5899: globrunqputbatch(&sched.disable.runnable, n)
proc.go#L5982: func globrunqputbatch(batch *gQueue, n int32) {
proc.go#L6268: globrunqputbatch(&q, int32(n+1))
proc.go#L6302: globrunqputbatch(q, int32(qsize))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |